runtime._panic.arg (field)
13 uses
runtime (current package)
heapdump.go#L400: eface := efaceOf(&p.arg)
panic.go#L715: if p.link != nil && *efaceOf(&p.link.arg) == *efaceOf(&p.arg) {
panic.go#L722: switch v := p.arg.(type) {
panic.go#L724: p.arg = v.Error()
panic.go#L726: p.arg = v.String()
panic.go#L748: printpanicval(p.arg)
panic.go#L849: p.arg = e
panic.go#L1151: return p.arg
panic.go#L1265: if x.link != nil && *efaceOf(&x.link.arg) == *efaceOf(&x.arg) {
panic.go#L1479: if de, ok := msgs.arg.(synctestDeadlockError); ok {
runtime2.go#L1174: arg any // argument to panic
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |